HTML introduction

HTML stands for HyperText Markup Languages.They uses webpage development for or website.In this language are very easily for design in website.HTML document in makeup and style for CSS.An HTML file can be created using a simple text editor. The most essential Web standards are HTML, CSS, and XML. The latest HTML standard isXHTML 1.0. HTML5.
Important & basic tags in html:
Example: Creating a simple web page
1. Start Notepad.
2. Type in the following text
<html>
<head>
<title>Title of page</title>
</head>
<body>
Thisis a very basic webpage.
</body>
</html>
3. Save the file as "firstpage.html".
4. Double click the saved file the browser will display the page.
Example Explained:
The first tag in your HTML document is <html>.This tag tells your browser that this is the start of anHTML document. The last tag in your document is </html>. This tag tells your browser that this is the end of the HTML document.
The text between the <head> tag and the </head>tag is header information. Header information is not displayed in the browser window.
The text between the <title> tags is the title of your document. Title is displayed in your browser's caption.The text between the <body> tags is the text that will be displayed in your browser.
CSS :-
CSS stand for Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML.
CSS is a makeup type in HTML
HTML and CSS Extension ?
When you save an HTML file, you can use either the .html extension. We have used .html inour example.
Any HTML file save in dot HTML ( index.html )
Any CSS file save in dot CSS ( style.CSS )
HTML tags :-
I am discuss HTML basics tags following top basics tags are use any HTML document.
HTML tag are easy to learn and writing. HTML tag in use many attributes.There are many tags use in HTML for example image tag video tag anchor tag formatting tag etc.

IMG_20191211_160320_716

IMG_20191211_155935_694

Comments

Popular posts from this blog

Fish effect

Bulb cool Effect