correct lab#10
Open
DBenson05 wants to merge 1 commit intoReturn-Ready-2021-JavaScript-Evening:mainfrom
Open
Conversation
kburd
reviewed
Nov 16, 2020
| <style> | ||
|
|
||
| </style> | ||
| <span class="border border-dark" .m1></span> |
| <html> | ||
| <header><tittle>Resume</tittle></header> | ||
|
|
||
| <img src="C:\Users\user\Pictures\resumephoto.jpg" style="width: 20%; height: 20%;" alt="Resume Photo"><br> |
There was a problem hiding this comment.
Missing image file (-2)
Path is absolute (-1)
|
|
||
| <body> | ||
| <head> | ||
| <h2>DaRon Benson</h2> |
There was a problem hiding this comment.
(-1) Your headers are assigned incorrectly. The headers should trend upwards as the info becomes less relevant. For example:
<h1>DaRon Benson
<h2>Experience
<h3>Mixer
|
|
||
| As manager of Illustrated Thoughts Entertainment | ||
| <br><ul> | ||
| <li>.Advise independent Musicians on the entertainment business.</li> |
There was a problem hiding this comment.
No need for the . at the beginning of each line
| @@ -0,0 +1,59 @@ | |||
| <!DOCTYPE html> | |||
| <html> | |||
| <header><tittle>Resume</tittle></header> | |||
| <option value="Recruiter">Recruiter</option> | ||
| </select> | ||
| <label>interest For Contacting</label><br> | ||
| <input type="text" id="Interest for contacting" name="interestforcontacting"><br> |
| <input type="text" id="Interest for contacting" name="interestforcontacting"><br> | ||
|
|
||
|
|
||
| <label>Skill Set</label><br> |
There was a problem hiding this comment.
Extra label, the "Interest for contacting" label should be for this input (-1)
| <input type="checkbox" name="skillset1" value="manager"><label>Manager</label><br> | ||
| <input type="checkbox" name="skillset2" value="marketing"><label>Marketing</label><br> | ||
| <input type="checkbox" name="skillset3" value="webdesign"><label>Web Design </label><br> | ||
| </span> |
|
|
||
| </body> | ||
|
|
||
| </html> No newline at end of file |
There was a problem hiding this comment.
Missing character limit on all fields (-3)
Missing Text Area (-5)
| <span class="border border-dark" .m1></span> | ||
| <form> | ||
| <label for="name">First Name</label> | ||
| <input type="text" id="name" name="name"><div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.