Last active
September 19, 2020 09:14
-
-
Save ernestjumbe/45cf1161b8c438d71c407e2316157857 to your computer and use it in GitHub Desktop.
HTML Class
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
<a id="x" class="y" title="wp website" href="http://wp.pl">Click Here</a> |
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
<!doctype html> | |
<html> | |
<head> | |
<title>Second File</title> | |
<style> | |
</style> | |
</head> | |
<body> | |
New file | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment