Question 1: Building a simple personal profile HTML page Specifications: 1. Your personal profile page will be well-formed HTML5, and indicate that it is in the UTF-8 character set.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Web Development

Question 1: Building a simple personal profile HTML page
Specifications:
1. Your personal profile page will be well-formed HTML5, and indicate that it is in the UTF-8
character set.
<!DOCTYPE html>
<html>
<head>
<title>Jane Student Matric# LablQ1</title>
<meta charset="UTF-8">
</head>
<body>
</body>
</html>
2. Your HTML must pass the validator at:
https://validator.w3.org/nu/
C
Showing results for a01.html
Secure https://validator.w3.org/nu/#file
Nu Html Checker
This tool is an ongoing experiment in better HTML checking, and its behavior remains subject to change
Showing results for a01
Checker Input
Show source outline
image report Options...
Check by file upload
Choose File No file chosen
Uploaded files with xhtml or .xht extensions are parsed using the XML parser.
Check
Document checking completed. No errors or warnings show.
Used the HTML parser.
Total execution time 3 milliseconds.
e
I
3.
You must have at least one example of the following tags: span, p, div, h1, and ul
4. You must have three a tags and three li tags.
5. You must have at least one table.
6.
You must have at least one html absolute and relative link.
7. You must have at least one image right in the middle of the test like a character, and make it
clickable.
8. You must have some bold text in the document and some italics text in the document but you
cannot use the b or i tags.
Transcribed Image Text:Question 1: Building a simple personal profile HTML page Specifications: 1. Your personal profile page will be well-formed HTML5, and indicate that it is in the UTF-8 character set. <!DOCTYPE html> <html> <head> <title>Jane Student Matric# LablQ1</title> <meta charset="UTF-8"> </head> <body> </body> </html> 2. Your HTML must pass the validator at: https://validator.w3.org/nu/ C Showing results for a01.html Secure https://validator.w3.org/nu/#file Nu Html Checker This tool is an ongoing experiment in better HTML checking, and its behavior remains subject to change Showing results for a01 Checker Input Show source outline image report Options... Check by file upload Choose File No file chosen Uploaded files with xhtml or .xht extensions are parsed using the XML parser. Check Document checking completed. No errors or warnings show. Used the HTML parser. Total execution time 3 milliseconds. e I 3. You must have at least one example of the following tags: span, p, div, h1, and ul 4. You must have three a tags and three li tags. 5. You must have at least one table. 6. You must have at least one html absolute and relative link. 7. You must have at least one image right in the middle of the test like a character, and make it clickable. 8. You must have some bold text in the document and some italics text in the document but you cannot use the b or i tags.
Expert Solution
Step 1

The answer is given below.

steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Fundamentals of JavaScript
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education