website design Coding of formatting with help of Html and Css
<!DOCTYPE html>
<html>
<head>
<title>Free code downlode</title> <!-- title Free code downlode -->
</head>
<body>
<h1>Well Come To Free Code Downlode</h1>
</body>
</html>
<html>
<head>
<title>Free code downlode</title> <!-- title Free code downlode -->
</head>
<body>
<h1>Well Come To Free Code Downlode</h1>
</body>
</html>
website design Coding of formatting with help of Html and Css
Define html tag:-
- <!DOCTYPE html>declaration before the <html> tag.<DOCTYPE html> define the html version.Which html version is use in website.
- <html> Defines an HTML document. Html starting tag
- <head> tag in HTML is used to define the head portion of the document which contains for metadata (data about data).
- <title> is an HTML element that specifies the title of a web page. title tags are most important on-page factor for SEO.
- <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, audio,video etc
0 Comments