HTML and CSS Reference
In-Depth Information
Image 12. Abbreviation for the Skills section
And we can separate our sections with an <hr> element.
After these examples, our sample CV will approximately have the following structure:
<!DOCTYPE html>
<html>
<head>
<meta charset=”utf-8”>
<title>Curriculum Vitae</title>
</head>
<body>
<h1>Curriculum Vitae</h1>
Search WWH ::




Custom Search