Open any text editor such as notepad and add the below code:
1.Begin by setting the doctype to HTML5
<!DOCTYPE HTML>
2.Add the <html> tag to specify the language. For English it would be like this:
<html lang = "en">
3.Create a <head> section.
<head>
<!â€â€your basic.html -->
3.Specify the character set. If the pages are in English it should be like this
<meta charset = "UTF-8" />
4.Put in a title using <title></title>.
<title>yourbasic.html</title>
4.Don’t forget to Indent your code and close all opened tags
</head> will close the <head> tag.
5.Include the page’s bulk in the <body> tags.
<body>
<h1>First level Headline</h1>
<p>
paragraph
</p>
</body>
6. close your <html> tag with </html?
7.Save the file with the .html extension.
Creating a Web Page using HTML5
Open any text editor such as notepad and add the below code:
1.Begin by setting the doctype to HTML5...
creating a web page html5
Also tagged with one or more of these keywords: creating a web page, html5
General chat →
Introduce Yourself →
I am a new one here!Started by denvarghese, 28 Apr 2014 html5, logo designs, responsive and 1 more... |
|
|
||
General chat →
Introduce Yourself →
Hello to all designer and job seekersStarted by d3freelance, 26 Jan 2014 html5, logo design, website |
|
|
||
Web Design →
CSS / HTML →
How to add Progress bar in HTML5Started by OneDes, 19 Mar 2013 html5, progress bar |
|
|
||
Web Design →
CSS / HTML →
HTML5 Browser SupportStarted by OneDes, 26 Jan 2013 browser support, html5 |
|
|
||
Web Design →
CSS / HTML →
Making a Contact Form in HTML5Started by OneDes, 29 Dec 2012 contact form, html5, making |
|
|
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users