Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> </head> <frameset cols="50%,50%"> <frame src="https://de.w3docs.com/html-lernen/html-basic-tags.html"> <frame src="https://de.w3docs.com/css-lernen.html"> </frameset> </html>