Looking for a Tutor Near You?

Post Learning Requirement » x
Ask a Question
x
x

Direction

x

Ask a Question

x

Hire a Tutor

Presentation On HTML

Published in: Web Development
95 Views

Basic idea about HTML

Roshin S / Sharjah

2 years of teaching experience

Qualification: Masters in computer science

Teaches: IELTS, OET, GED, GATE, Computer Science, English, Science, MS Office, Web Development, C Language, C++, Computer, Maths

Contact this Tutor
  1. HTML BY ROSHIN SAJAN
  2. TOPICS INTRODUCTION EDITORS BASICS COMMENTS ELEMENTS ATTRIBUTES HEADING PARAGRAPH TEXT FORMATTING QUOTATIONS COLORS LINKS IMAGES FAVICON TABLES LIST BLOCK AND INLINE ELEMENTS IFRAME FILEPATH LAYOUT COMPUTER CODE ELEMENTS SEMANTICS ENTITIES SYMBOLS EMOJIS CHARSETS FORMS RESPONSIVE WEB DESIGN VIDEO EXAMPLE GRAPHICS
  3. HTML It is a markup language, means it is a set of markup tags. It stands for HyperText Markup Language. With the help of Html, you can create website. It is not a case sensitive language. HTML documents contain HTML tags and plain text.
  4. HTML Elements and Tags A tag is enclosed in . Ex; Start tag End tag These are called opening tags and closing tags
  5. HOW TO START? Write html code in notepad Save the file with (.html) or (.htm) extension. View the web page in any web browser. The purpose of a web browser to read html documents and display them as web pages.
  6. Code with <HEAD> < TITLE> MY FIRST WEB PAGE < TITLE> </HEAD> <BODY> HTML GLOBAL INFORMATION CHANNEL </BODY> </HTML>
  7. THANK YOU