Computer Science, asked by ahemant885, 11 months ago

pls pls pls pls pls pls pls pls pls pls someone answer Q-create a school website using html tags​

Answers

Answered by anandkumar4549
0

Answer:

Follow the four steps below to create your first web page with HTML tags (Notepad) :-

Step 1: Open Notepad (Windows)

Windows 8 or later:

Open the Start Screen and Search (Type Notepad)

Windows 7 or previous Windows:

Open Start > Programs > Accessories > Notepad

Step 2: Create a New Document

Go to Notepad Menu: File > New

A New blank document will be opened and you can start writing your first HTML Program here.

Step 3: Write Some HTML code or Program

Write some HTML code. If you do not know about HTML Yet, read few chapters in HTML Tutorials Section.

Write your own HTML code or simply copy the following HTML Simple Program into notepad document.

<!DOCTYPE html>

<html>

<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>

</html>

HTML

Step 4: Save the HTML Page

Go to Notepad Menu: File > Save (or use short-key CTRL + S)

It will ask you to Save the file on your computer. Give it a name with .html extension and Save it (for example program.html)

Note: HTML page should be saved with .html extension carefully.

Step 5: View the HTML Page using Browser

Web browsers are programs or software that are used to view Webpages/Websites. You can find Internet Explored by default if using Windows Computer machine. You can also download other popular web browsers such as Google Chrome or Firefox. Use any of them.

Now Simply, open the saved HTML file in any browser:

Double click on the file or right-click on the file and choose “Open with” option to select other browser.

You HTML File will be opened in web browser and it will show output based on your html program.

Congratulations if you are able to run your first HTML Program.

You can now learn more about HTML Tags and create more HTML web pages. Using these HTML Pages, you can easily create your own website as well.

That's pretty long.

But I hope it will be helpful.

Thanks!

Answered by vaishnavisinghscpl45
0

Answer to your question

Attachments:
Similar questions