WHAT IS HTML & INRODUCTION OF HTML
- Get link
- Other Apps
What is HTML?
The language used to develop web pages is called HTML.HTML full forum is HyperText Markup Language.
Html is the language interpreted by a browser such as Internet explorer, google chrome, safari, etc. Web Pages are called HTML document and HTML is a set of special codes that can be embedded in the text to add formatting and linking information.Html is specified as TAGS in an HTML document.
In Html itself self there is no programming it just the "marking up" of regular text. Marking up text then simply means you add some command or tags to your document in order to tell a web browser how you want the document displayed.
In Html itself self there is no programming it just the "marking up" of regular text. Marking up text then simply means you add some command or tags to your document in order to tell a web browser how you want the document displayed.
THE BASIC POINT FOR LEARNING HTML IS TO CREATE PAGES FOR THE WORLDWIDE WEB.
➤ STRUCTURE OF HTML DOCUMENT: HEAD & BODY SECTIONS
BASIC STRUCTURE OF HTML
Every HTML document follows this basic structure:
</HEAD>
<BODY>
<BODY>
< ! Comment...>
Put here your comment about your doc and HTML page info.
< ! Comment.....>
Put here your comment about your doc and HTML page info.
< ! Comment.....>
</Body>
After writing code of document save this file with ".HTML"
extension.and after saving file your document show icon which looks like your default browser for example google chrome browser icon. now open the HTML document and show it in your browser.
HTML TAGS:
- A tag is a special text "markup" that is delimited by '<' and '>'.For example the expression is a tag with name BODY.
- An end tag includes a '/' after the '<'. for example is an end tag.
- Tag name are always case-insensitive so and are the same.
- Get link
- Other Apps
Popular posts from this blog
How write java Sample Program
SQL plus and Get Started With Oracle Database 11g Express Edition
How to Install Oracle SQL PLUS When you work on non programmer database then most of users use SQL. SQL is a sample high-level language. In past time IBM co. is found.but its commercially implement by oracle corporation. . To install SQL plus we need to download Oracle 11g Database Express Edition because Express editions are free for use with different user login. Once you have to download the oracle 11g setup from any site I suggest you google search and download from any software site because the Offical site is required to sign up after you are available for download. Using this link and download 11g express edition: https://www.filehorse.com/download-oracle-database-express-32/ If given link not work you can search your way any site. but please download express edition because of its free version of the oracle database. Another way is CD or DVD is available is a good option. insert cd or DVD in DVD ROM then DVD is automatically run and show installation screen. Af
Comments
Post a Comment
Thank you for comment and your feedback.