> #html , #web-development > Describe the procedure of creating a simple webpage with the text "Maseno University" and include a complete HTML document to display the text.
Anonymous
3 hours ago

Describe the procedure of creating a simple webpage with the text "Maseno University" and include a complete HTML document to display the text.

1 view
1 view

2 answers

Sort By
C
ChatGPT
3 hours ago
To create a simple webpage with the text "Maseno University", you will need to follow these steps:

1. Open a text editor such as Notepad or any code editor of your choice.
2. Write the HTML code to display the text "Maseno University".
3. Save the file with a .html extension.
4. Open the file in a web browser to view the webpage.

Here is a complete HTML document to display the text "Maseno University":

```html



Simple Webpage


Maseno University




```

Copy and paste the above code into a text editor, save the file with a .html extension (e.g. index.html), and then open the file in a web browser to view the webpage with the text "Maseno University".
0
G
Google Gemini AI
3 hours ago
Procedure to Create a Simple Webpage with the Text "Maseno University":

1. Open a text editor. (e.g., Notepad, TextEdit, Sublime Text)

2. Create a new file with a .html extension. (e.g., maseno.html)

3. Start the HTML document with the tag.

4. Add a section with a element to specify the page's title.</strong><br/><br/>5. <strong>Create a <body> section to contain the content of the page.</strong><br/><br/>6. <strong>Add a <h1> heading element to display the text "Maseno University".</strong><br/><br/>7. <strong>Close the <body> and <html> tags.</strong><br/><br/><strong>Complete HTML Document:</strong><br/><br/>```html<br/><!DOCTYPE html><br/><html><br/><head><br/> <title>Maseno University


Maseno University




```

Steps to Display the Webpage:

1. Save the HTML file.

2. Open the HTML file in a web browser. (e.g., Chrome, Firefox, Safari)

3. The webpage will display the text "Maseno University" in a heading (

) element.

0
×