Monday, April 4, 2016

Begin HTML At TCCI, Ahmedabad



Begin HTML At TCCI, Ahmedabad
Welcome to TCCI-Tririd Computer Coaching Institute. We are a Gujarat (India) based Computer coaching institute at Ahmedabad and we focus on providing best teaching to students through different learning method/media. we try our best to give best quality education without any burden at efficient cost.
HTML is one of the main languages used for web design. HTML is a mark-up language for describing web documents (web pages).

HTML Tags:

HTML tags are keywords (tag names) surrounded by angle brackets:
<Tagname>content</tagname>
The <!DOCTYPE> declaration helps the browser to display a web page correctly.
HTML can be edited by using professional HTML editors.

Open Notepad

To open Notepad in Windows 7 or earlier:
Click Start (bottom left on your screen). Click All Programs. Click Accessories. Click Notepad.
To open Notepad in Windows 8 or later:
Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad.

Write Some HTML

Write or copy some HTML into Notepad.
<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>

Save the HTML Page

Save the file on your computer.
Select File > Save as in the Notepad menu.
Only the <body> area (the white area) is displayed by the browser.
Name the file "index.html" or any other name ending with html or html.
To learn more about HTML at TCCI, Computer Course, Project Training







No comments:

Post a Comment